home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000265_news@columbia.edu _Tue Aug 27 15:10:12 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id PAA08961 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 27 Aug 1996 15:10:11 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id PAA04623 for kermit.misc@watsun; Tue, 27 Aug 1996 15:10:05 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc,comp.os.aos
  7. Subject: Re: Kermit for AOS  Batch mode
  8. Date: 27 Aug 1996 19:09:39 GMT
  9. Organization: Columbia University
  10. Lines: 43
  11. Distribution: inet
  12. Message-ID: <4vvh5j$5kd@apakabar.cc.columbia.edu>
  13. References: <322304C4.1A1A@uhi.com>
  14. NNTP-Posting-Host: watsun.cc.columbia.edu
  15. Xref: news.columbia.edu comp.protocols.kermit.misc:5833 comp.os.aos:806
  16.  
  17. In article <322304C4.1A1A@uhi.com>, Barry Goldberg  <barry@uhi.com> wrote:
  18. : I have been trying for 6 months to issue my c-kermit commands in a
  19. : batch.  No matter what the commands are, my log showed that it just
  20. : won't go.  For instance, I issue the command: 
  21. : KERMIT -y test.cmd.  
  22. : The test.cmd file contains only:  set background on and exit.  When I
  23. : issue this command it returns with a command prompt as I would
  24. : expect.  
  25. : When I start it as a batch with the 
  26. : QB KERMIT -y test.cmd 
  27. : The log says:
  28. : sysinit: gechr 0:0104 Illegal file type
  29. : *warning*
  30. : Program exit'ed with a status of 01
  31. : I don't know what it is trying to tell me.
  32. Evidently it doesn't know it is running in the batch and is trying to
  33. open the controlling terminal for interactive use, but there is no
  34. controlling terminal.
  35.  
  36. I'm not an AOS/VS programmer by any stretch of the imagination.  The
  37. AOS/VS support was added to C-Kermit by Data General itself in 1992,
  38. but since then the person who did the work has left DG, and DG has lost
  39. interest in AOS/VS.
  40.  
  41. I'll take a look and see if there is any way I can come up with a
  42. workaround that will let you inform C-Kermit that it is running in
  43. batch mode and therefore should skip all manipulations of the
  44. controlling terminal.
  45.  
  46. If any AOS/VS programmers want to help out by finding a better
  47. solution, they are more than welcome!  The current source code (for
  48. C-Kermit 6.0 Beta) is at:
  49.  
  50.   ftp://kermit.columbia.edu/kermit/test/text/
  51.  
  52. Thanks for the report.
  53.  
  54. - Frank